home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 September / PCWorld_2006-09_cd.bin / komunikace / k-ninja / setup-kninja_v2.exe / {app} / res / charsetData.properties < prev    next >
Text File  |  2005-11-18  |  9KB  |  202 lines

  1. # ***** BEGIN LICENSE BLOCK *****
  2. # Version: MPL 1.1/GPL 2.0/LGPL 2.1
  3. #
  4. # The contents of this file are subject to the Mozilla Public License Version
  5. # 1.1 (the "License"); you may not use this file except in compliance with
  6. # the License. You may obtain a copy of the License at
  7. # http://www.mozilla.org/MPL/
  8. #
  9. # Software distributed under the License is distributed on an "AS IS" basis,
  10. # WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
  11. # for the specific language governing rights and limitations under the
  12. # License.
  13. #
  14. # The Original Code is mozilla.org code.
  15. #
  16. # The Initial Developer of the Original Code is Netscape
  17. # Communications Corporation.  Portions created by Netscape are
  18. # Copyright (C) 1999 Netscape Communications Corporation. All
  19. # Rights Reserved.
  20. #
  21. # Contributor(s):
  22. #   IBM Corporation
  23. #   Jungshik Shin <jshin@mailaps.org>
  24. #
  25. # Alternatively, the contents of this file may be used under the terms of
  26. # either the GNU General Public License Version 2 or later (the "GPL"), or
  27. # the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
  28. # in which case the provisions of the GPL or the LGPL are applicable instead
  29. # of those above. If you wish to allow use of your version of this file only
  30. # under the terms of either the GPL or the LGPL, and not to allow others to
  31. # use your version of this file under the terms of the MPL, indicate your
  32. # decision by deleting the provisions above and replace them with the notice
  33. # and other provisions required by the GPL or the LGPL. If you do not delete
  34. # the provisions above, a recipient may use your version of this file under
  35. # the terms of any one of the MPL, the GPL or the LGPL.
  36. #
  37. # ***** END LICENSE BLOCK *****
  38.  
  39. ## Rule of this file:
  40. ## 1. key should always be in lower case ascii so we can do case insensitive
  41. ##    comparison in the code faster.
  42.  
  43. ## Format of this file:
  44. ##
  45. ## charset_name.notForBrowser = anything  -  specifies that this charset is 
  46. ## not to be used in the browser
  47. ## charset_name.notForOutgoing = anything  -  specifies that this charset is 
  48. ## not to be used for exporting files ('SaveAsCharset' in composer)
  49. ##
  50. ## charset_name.LangGroup = 
  51. ##
  52. ## charset_name.isMultibyte = multi byte charsets
  53.  
  54. t.61-8bit.notForBrowser             = true
  55. x-imap4-modified-utf7.notForBrowser = true
  56. x-u-escaped.notForBrowser           = true
  57. windows-936.notForBrowser           = true
  58. us-ascii.notForBrowser                  = true
  59. x-obsoleted-euc-jp.notForBrowser        = true
  60. x-obsoleted-iso-2022-jp.notForBrowser   = true
  61. x-obsoleted-shift_jis.notForBrowser     = true
  62. iso-8859-6-e.notForBrowser              = true
  63. iso-8859-6-i.notForBrowser              = true
  64. ibm864i.notForBrowser                   = true
  65. ibm869.notForBrowser                    = true
  66. x-ibm1046.notForBrowser                 = true
  67. iso-8859-8-e.notForBrowser              = true
  68.  
  69. t.61-8bit.notForOutgoing             = true
  70. utf-7.notForOutgoing                 = true
  71. x-imap4-modified-utf7.notForOutgoing = true
  72. x-u-escaped.notForOutgoing           = true
  73. windows-936.notForOutgoing           = true
  74. us-ascii.notForOutgoing                  = true
  75. x-obsoleted-euc-jp.notForOutgoing        = true
  76. x-obsoleted-iso-2022-jp.notForOutgoing   = true
  77. x-obsoleted-shift_jis.notForOutgoing     = true
  78. iso-8859-6-e.notForOutgoing              = true
  79. iso-8859-6-i.notForOutgoing              = true
  80. ibm864i.notForOutgoing                   = true
  81. ibm869.notForOutgoing                    = true
  82. x-ibm1046.notForOutgoing                 = true
  83. iso-8859-8-e.notForOutgoing              = true
  84. iso-8859-8.notForOutgoing               = true
  85. iso-2022-kr.notForOutgoing              = true
  86. x-windows-949.notForOutgoing            = true
  87. x-johab.notForOutgoing                  = true
  88.  
  89.  
  90. // XXX : there are some entries only necessary for Gtk/Xlib builds
  91. // to map  XLFD registry-encoding pairs to langGroups. they can be
  92. // removed once bug 215537 is fixed.
  93. adobe-symbol-encoding.LangGroup    = el
  94. armscii-8.LangGroup                = x-armn
  95. big5.LangGroup                     = zh-TW
  96. x-x-big5.LangGroup                 = zh-TW
  97. big5-hkscs.LangGroup               = zh-HK
  98. euc-jp.LangGroup                   = ja
  99. euc-kr.LangGroup                   = ko
  100. gb2312.LangGroup                   = zh-CN
  101. gb18030.LangGroup                  = zh-CN
  102. gb18030.2000-0.LangGroup           = zh-CN
  103. gb18030.2000-1.LangGroup           = zh-CN
  104. geostd8.LangGroup                  = x-geor
  105. hkscs-1.LangGroup                  = zh-HK
  106. hz-gb-2312.LangGroup               = zh-CN
  107. ibm850.LangGroup                   = x-western
  108. ibm852.LangGroup                   = x-central-euro
  109. ibm855.LangGroup                   = x-cyrillic
  110. ibm857.LangGroup                   = tr
  111. ibm862.LangGroup                   = he
  112. ibm864.LangGroup                   = ar
  113. ibm866.LangGroup                   = x-cyrillic
  114. ibm869.LangGroup                   = el
  115. x-ibm1046.LangGroup                = ar
  116. iso-2022-cn.LangGroup              = zh-CN
  117. iso-2022-jp.LangGroup              = ja
  118. iso-2022-kr.LangGroup              = ko
  119. iso-8859-1.LangGroup               = x-western
  120. iso-8859-15.LangGroup              = x-western
  121. iso-8859-2.LangGroup               = x-central-euro
  122. iso-8859-3.LangGroup               = x-western
  123. iso-8859-4.LangGroup               = x-baltic
  124. iso-8859-13.LangGroup              = x-baltic
  125. iso-8859-5.LangGroup               = x-cyrillic
  126. iso-8859-6.LangGroup               = ar
  127. iso-8859-6-e.LangGroup             = ar
  128. iso-8859-6-i.LangGroup             = ar
  129. iso-8859-7.LangGroup               = el
  130. iso-8859-8.LangGroup               = he
  131. iso-8859-8-e.LangGroup             = he
  132. iso-8859-8-i.LangGroup             = he
  133. iso-8859-9.LangGroup               = tr
  134. jis_0208-1983.LangGroup            = ja
  135. koi8-r.LangGroup                   = x-cyrillic
  136. koi8-u.LangGroup                   = x-cyrillic
  137. shift_jis.LangGroup                = ja
  138. tis-620.LangGroup                  = th
  139. tis620-2.LangGroup                 = th
  140. windows-874.LangGroup              = th
  141. iso-8859-11.LangGroup              = th
  142. x-thaittf-0.LangGroup              = th
  143. us-ascii.LangGroup                 = x-western
  144. utf-8.LangGroup                    = x-unicode
  145. utf-16.LangGroup                   = x-unicode
  146. utf-16be.LangGroup                 = x-unicode
  147. utf-16le.LangGroup                 = x-unicode
  148. utf-32.LangGroup                   = x-unicode
  149. utf-32be.LangGroup                 = x-unicode
  150. utf-32le.LangGroup                 = x-unicode
  151. utf-7.LangGroup                    = x-unicode
  152. windows-1250.LangGroup             = x-central-euro
  153. windows-1251.LangGroup             = x-cyrillic
  154. windows-1252.LangGroup             = x-western
  155. windows-1253.LangGroup             = el
  156. windows-1254.LangGroup             = tr
  157. windows-1255.LangGroup             = he
  158. windows-1256.LangGroup             = ar
  159. windows-1257.LangGroup             = x-baltic
  160. windows-936.LangGroup              = zh-CN
  161. x-cns-11643-1.LangGroup            = zh-TW
  162. x-euc-tw.LangGroup                 = zh-TW
  163. x-gbk.LangGroup                    = zh-CN
  164. gb_2312-80.LangGroup               = zh-CN
  165. x-gbk-noascii.LangGroup            = zh-CN
  166. x-mac-ce.LangGroup                 = x-central-euro
  167. x-mac-cyrillic.LangGroup           = x-cyrillic
  168. x-mac-greek.LangGroup              = el
  169. x-mac-icelandic.LangGroup          = x-western
  170. x-mac-roman.LangGroup              = x-western
  171. x-mac-turkish.LangGroup            = tr
  172. x-mac-ukrainian.LangGroup          = x-cyrillic
  173. x-user-defined.LangGroup           = x-user-def
  174. ks_c_5601-1987.LangGroup           = ko
  175. x-x11johab.LangGroup               = ko
  176. x-johab.LangGroup                  = ko
  177. x-johab-noascii.LangGroup          = ko
  178. x-windows-949.LangGroup            = ko
  179. x-koreanjamo-0.LangGroup           = ko
  180. x-mac-hebrew.LangGroup             = he
  181. x-mac-arabic.LangGroup             = ar
  182. x-iso-8859-6-8-x.LangGroup         = ar
  183. x-iso-8859-6-16.LangGroup          = ar
  184. x-sun-unicode-india-0.LangGroup    = x-devanagari
  185. x-tscii.LangGroup                = x-tamil
  186. x-tamilttf-0.LangGroup             = x-tamil
  187.  
  188. iso-2022-jp.isMultibyte     = true
  189. shift_jis.isMultibyte       = true
  190. euc-jp.isMultibyte          = true
  191. big5.isMultibyte            = true
  192. big5-hkscs.isMultibyte      = true
  193. x-euc-tw.isMultibyte        = true
  194. gb2312.isMultibyte          = true
  195. hz-gb-2312.isMultibyte      = true
  196. iso-2022-kr.isMultibyte     = true
  197. euc-kr.isMultibyte          = true
  198. x-johab.isMultibyte         = true
  199. x-windows-949.isMultibyte   = true
  200. utf-7.isMultibyte           = true
  201. utf-8.isMultibyte           = true
  202.